home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Mail.app / English.lproj / mailbox.nib / data.classes next >
Encoding:
Text File  |  1992-03-08  |  489 b   |  41 lines

  1. NXBrowser = {
  2.     OUTLETS = {
  3.     delegate;
  4.     };
  5.     SUPERCLASS = Control;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     orderFrontNXColorPanel:;
  10.     performResize:;
  11.     };
  12.     SUPERCLASS = Object;
  13. };
  14. TransferPanel = {
  15.     ACTIONS = {
  16.     transfer:;
  17.     loadForm:;
  18.     doit:;
  19.     delete:;
  20.     newMbox:;
  21.     open:;
  22.     };
  23.     OUTLETS = {
  24.     win;
  25.     form;
  26.     browser;
  27.     transfer;
  28.     new;
  29.     delete;
  30.     open;
  31.     appIcon;
  32.     };
  33.     SUPERCLASS = Object;
  34. };
  35. IconView = {
  36.     SUPERCLASS = View;
  37. };
  38. Browser = {
  39.     SUPERCLASS = Control;
  40. };
  41.